Skip to content

fix(virtualization): mute warnings about home directory#324

Merged
ldmonster merged 1 commit into
mainfrom
fix/virtualization/mute-warnings-during-cobra-init-2
May 22, 2026
Merged

fix(virtualization): mute warnings about home directory#324
ldmonster merged 1 commit into
mainfrom
fix/virtualization/mute-warnings-during-cobra-init-2

Conversation

@diafour
Copy link
Copy Markdown
Member

@diafour diafour commented Apr 11, 2026

Note:
fix in virtualization repo is branched from release-1.6 to be compatible with dependencies in go.mod here.

Note 2:
Change github.com/deckhouse/virtualization/src/cli version to tag after migrating d8 cli to Go 1.25. See deckhouse/virtualization#2204.

Before:

# HOME= d8 help
W0411 17:35:50.840692 1639809 ssh.go:67] failed to determine user home directory: $HOME is not defined
W0411 17:35:50.840724 1639809 ssh.go:67] failed to determine user home directory: $HOME is not defined
d8 controls the Deckhouse Kubernetes Platform

Usage:
  d8 [flags]
  d8 [command]

After:

# HOME= d8 help
d8 controls the Deckhouse Kubernetes Platform

Usage:
  d8 [flags]
  d8 [command]
Before:

Note:
fix in virtualization repo is branched from release-1.6
to be compatible with dependencies in go.mod here.

Note 2:
Change github.com/deckhouse/virtualization/src/cli version
to 1.8.0 or newer after migrating d8 cli to Go 1.25 and Kubernetes 0.34+.

Signed-off-by: Ivan Mikheykin <ivan.mikheykin@flant.com>
@diafour diafour force-pushed the fix/virtualization/mute-warnings-during-cobra-init-2 branch from 131529e to 399c6ff Compare May 22, 2026 08:07
@ldmonster ldmonster merged commit 416bcd8 into main May 22, 2026
5 checks passed
@ldmonster ldmonster added the bug Something isn't working label May 22, 2026
@ldmonster ldmonster deleted the fix/virtualization/mute-warnings-during-cobra-init-2 branch May 22, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants